'Declaration Public Overloads Function Write( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Data
'Usage Dim instance As TcpBase Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim value As Data value = instance.Write(buffer, offset, count)
public Data Write( byte[] buffer, int offset, int count )
public: Data* Write( byte[]* buffer, int offset, int count )
public: Data^ Write( array<byte>^ buffer, int offset, int count )
TcpBase Class TcpBase Members Overload List